home *** CD-ROM | disk | FTP | other *** search
- /* Software options */
- #define SCREEN 1 /* trace screen on the Atari-ST */
- #define SERVERS 1 /* Include TCP servers */
- #define TRACE 1 /* Include packet tracing code */
- #define NSESSIONS 10 /* Number of interactive clients */
-
- /* Hardware configuration */
- #undef PC_EC 1 /* 3-Com 3C501 Ethernet controller */
- #define SLIP 1 /* Serial Line IP subnet code */
- #undef KISS 1 /* KISS TNC code */
- #undef HAPN 1 /* Hamilton Area Packet Network driver code */
- #undef EAGLE 1 /* Eagle card driver */
- #undef PC100 1 /* PAC-COM PC-100 driver code */
- #undef APPLETALK 1 /* Appletalk interface (Macintosh) */
- #define SLFP 1 /* Serial Line Framing Protocol */
-
- #if (KISS || HAPN || EAGLE || PC100)
- #define AX25 1 /* AX.25 subnet code */
- #endif
-
- /* KISS TNC implies SLIP */
- #if (KISS && !SLIP)
- #define SLIP 1 /* Serial Line IP subnet code */
- #endif
-
- #ifdef PC_EC
- #define ETHER 1 /* Generic Ethernet code */
- #endif
-